Rename `primary-selection' to `region'.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 May 1993 21:17:55 +0000 (21:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 May 1993 21:17:55 +0000 (21:17 +0000)
lisp/faces.el

index 405c6b4fe512e092483a4a9cdc9d7c953ff1e633..0c1e4180ad94a893eb715722e35459041dd5067a 100644 (file)
@@ -610,10 +610,10 @@ If NOERROR is non-nil, return nil on failure."
   (make-face 'bold)
   (make-face 'italic)
   (make-face 'bold-italic)
-  (make-face 'primary-selection)
+  (make-face 'region)
   (make-face 'secondary-selection)
 
-  (setq region-face (face-id 'primary-selection))
+  (setq region-face (face-id 'region))
 
   ;; Set up the faces of all existing X Window frames.
   (let ((frames (frame-list)))
@@ -682,10 +682,10 @@ If NOERROR is non-nil, return nil on failure."
 ;;;        (set-face-background-pixmap 'highlight "gray1" frame)
        (error (invert-face 'highlight frame))))
 
-  (or (face-differs-from-default-p 'primary-selection frame)
+  (or (face-differs-from-default-p 'region frame)
       (condition-case ()
-         (set-face-background 'primary-selection "gray" frame)
-       (error (invert-face 'primary-selection frame))))
+         (set-face-background 'region "gray" frame)
+       (error (invert-face 'region frame))))
 
   (or (face-differs-from-default-p 'secondary-selection frame)
       (condition-case ()